Esx Settings Inventory ScanSpec

Esx Settings Inventory ScanSpec
Esx Settings Inventory ScanSpec

The Esx Settings Inventory ScanSpec schema contains information that com.vmware.esx.settings.respository.Inventory#scan operation needs.

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "software_spec": "string",
    "entities": {
        "type": "string",
        "hosts": [
            "string"
        ],
        "clusters": [
            "string"
        ],
        "folders": [
            "string"
        ],
        "datacenters": [
            "string"
        ]
    }
}
string
software_spec
Optional

The optional software specification identifier.

This property was added in vSphere API 9.0.0.0.

if missing or null the assigned software specifications will be scanned against.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.esx.settings.repository.software_spec. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.esx.settings.repository.software_spec.

entities
Required

The entities containing the cluster and hosts to be scanned.

This property was added in vSphere API 9.0.0.0.